﻿2026-07-23T17:42:07.9298423Z ##[group]Run actions/checkout@v5
2026-07-23T17:42:07.9299301Z with:
2026-07-23T17:42:07.9299692Z   fetch-depth: 2
2026-07-23T17:42:07.9300086Z   repository: BigscreenVR/spt-bs-core
2026-07-23T17:42:07.9303195Z   token: ***
2026-07-23T17:42:07.9303552Z   ssh-strict: true
2026-07-23T17:42:07.9303918Z   ssh-user: git
2026-07-23T17:42:07.9304296Z   persist-credentials: true
2026-07-23T17:42:07.9304725Z   clean: true
2026-07-23T17:42:07.9305087Z   sparse-checkout-cone-mode: true
2026-07-23T17:42:07.9305515Z   fetch-tags: false
2026-07-23T17:42:07.9305897Z   show-progress: true
2026-07-23T17:42:07.9306270Z   lfs: false
2026-07-23T17:42:07.9306622Z   submodules: false
2026-07-23T17:42:07.9307008Z   set-safe-directory: true
2026-07-23T17:42:07.9307427Z   allow-unsafe-pr-checkout: false
2026-07-23T17:42:07.9308068Z ##[endgroup]
2026-07-23T17:42:08.0104281Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T17:42:08.0105875Z ##[group]Getting Git version info
2026-07-23T17:42:08.0106591Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T17:42:08.0107615Z [command]/usr/bin/git version
2026-07-23T17:42:08.0108038Z git version 2.43.0
2026-07-23T17:42:08.0115103Z ##[endgroup]
2026-07-23T17:42:08.0126310Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fbb9baeb-4e59-4636-a98e-29e1a9774287' before making global git config changes
2026-07-23T17:42:08.0127658Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T17:42:08.0129783Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T17:42:08.0161515Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T17:42:08.0182121Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:42:08.0193796Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T17:42:08.0197859Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T17:42:08.0219288Z HEAD
2026-07-23T17:42:08.0252722Z ##[endgroup]
2026-07-23T17:42:08.0254916Z [command]/usr/bin/git submodule status
2026-07-23T17:42:08.0435124Z ##[group]Cleaning the repository
2026-07-23T17:42:08.0472158Z [command]/usr/bin/git clean -ffdx
2026-07-23T17:42:08.6118686Z Removing target/
2026-07-23T17:42:08.6128407Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T17:42:08.6185108Z HEAD is now at c16295fd Merge 8426bd418a6023eda8def613f3f828c7c3ab618c into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:08.6192200Z ##[endgroup]
2026-07-23T17:42:08.6194151Z ##[group]Disabling automatic garbage collection
2026-07-23T17:42:08.6198880Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T17:42:08.6226795Z ##[endgroup]
2026-07-23T17:42:08.6227642Z ##[group]Setting up auth
2026-07-23T17:42:08.6231919Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T17:42:08.6262097Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T17:42:08.6450106Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T17:42:08.6475905Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T17:42:08.6678742Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T17:42:08.6704572Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T17:42:08.6899693Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T17:42:08.6931851Z ##[endgroup]
2026-07-23T17:42:08.6933023Z ##[group]Fetching the repository
2026-07-23T17:42:08.6940326Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +15dfdf4bf18f67b9dad2650c809f62ef0b418a56:refs/remotes/pull/68/merge
2026-07-23T17:42:09.2624134Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:42:09.2624924Z  + c16295fd...15dfdf4b 15dfdf4bf18f67b9dad2650c809f62ef0b418a56 -> pull/68/merge  (forced update)
2026-07-23T17:42:09.2643255Z ##[endgroup]
2026-07-23T17:42:09.2643822Z ##[group]Determining the checkout info
2026-07-23T17:42:09.2644863Z ##[endgroup]
2026-07-23T17:42:09.2649384Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T17:42:09.2692339Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T17:42:09.2717289Z ##[group]Checking out the ref
2026-07-23T17:42:09.2720333Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/68/merge
2026-07-23T17:42:09.2827947Z Warning: you are leaving 1 commit behind, not connected to
2026-07-23T17:42:09.2828480Z any of your branches:
2026-07-23T17:42:09.2828776Z 
2026-07-23T17:42:09.2829238Z   c16295fd Merge 8426bd418a6023eda8def613f3f828c7c3ab618c into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:09.2829701Z 
2026-07-23T17:42:09.2829962Z If you want to keep it by creating a new branch, this may be a good time
2026-07-23T17:42:09.2830432Z to do so with:
2026-07-23T17:42:09.2830594Z 
2026-07-23T17:42:09.2830799Z  git branch <new-branch-name> c16295fd
2026-07-23T17:42:09.2831032Z 
2026-07-23T17:42:09.2831438Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:09.2836778Z ##[endgroup]
2026-07-23T17:42:09.2873636Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T17:42:09.2896086Z 15dfdf4bf18f67b9dad2650c809f62ef0b418a56
